IModel.RemoveError method ¶
Namespace: NextDesign.Core
Description¶
Delete the error information added for this model. If null or error information that is not included in this model is specified in the error information to be deleted, nothing will be done and the process will end normally.
argument¶
Name | Type | Description |
---|---|---|
target | IError | Error information to be deleted If null is specified, nothing is done. |
Return value¶
- void